home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------*/
- /* filename - scolortx.cpp */
- /* */
- /* Registeration object for the class TColoredText */
- /*------------------------------------------------------------*/
-
- #define Uses_TColoredText
- #define Uses_TStaticText
- #define Uses_TStreamableClass
- #include <tv.h>
- #include "tcolortx.h"
- __link( RStaticText)
-
- TStreamableClass RColoredText( TColoredText::name,
- TColoredText::build,
- __DELTA(TColoredText)
- );
-
-